home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-02-19 | 6.6 KB | 245 lines | [TEXT/QED1] |
- === A Academy Awards survey written for Kirk's BBS
- OPTIONS TERSE
- INITCNT 31
- IFVOTED
- TYPEF/CR
- === Display the tallies
- DEFINE T T 31
- - Academy Awards Survey
- - RESULTS TO DATE
- - --------------------
- TYPE Number of persons responding to survey:
- TYPECNT/CR T
- DEFINE A E 1
- -
- - -------------> BEST PICTURE <------------
- TYPEF/CR "The Crying Game..........................." CA " " %A,T "%"
- TYPEF/CR "A Few Good Men............................" CB " " %B,T "%"
- TYPEF/CR "Howards End..............................." CC " " %C,T "%"
- TYPEF/CR "Scent of a Woman.........................." CD " " %D,T "%"
- TYPEF/CR "Unforgiven................................" CE " " %E,T "%"
- -
- -
- DEFINE A E 6
- -
- - -------------> BEST ACTOR <------------
- TYPEF/CR "Robert Downey Jr. Chaplin.................." CA " " %A,T "%"
- TYPEF/CR "Clint Eastwood Unforgiven..............." CB " " %B,T "%"
- TYPEF/CR "Al Pacino Scent of a Woman........." CC " " %C,T "%"
- TYPEF/CR "Stephen Rea The Crying Game.........." CD " " %D,T "%"
- TYPEF/CR "Denzel Washington Malcolm X................" CE " " %E,T "%"
- -
- WAITCR Press carriage return to continue...
- DEFINE A E 11
- -
- - -------------> BEST ACTRESS <------------
- TYPEF/CR "Catherine Deneuve Indochine..............." CA " " %A,T "%"
- TYPEF/CR "Mary McDonnell Passion Fish............" CB " " %B,T "%"
- TYPEF/CR "Michelle Pfeiffer Love Field.............." CC " " %C,T "%"
- TYPEF/CR "Susan Sarandon Lorenzo's Oil..........." CD " " %D,T "%"
- TYPEF/CR "Emma Thompson Howards End............." CE " " %E,T "%"
- -
- DEFINE A E 16
- -
- - -------------> BEST DIRECTOR <------------
- TYPEF/CR "Neil Jordan The Crying Game..........." CA " " %A,T "%"
- TYPEF/CR "James Ivory Howards End..............." CB " " %B,T "%"
- TYPEF/CR "Robert Altman The Player................" CC " " %C,T "%"
- TYPEF/CR "Martin Brest Scent of a Woman.........." CD " " %D,T "%"
- TYPEF/CR "Clint Eastwood Unforgiven................" CE " " %E,T "%"
- -
- WAITCR Press carriage return to continue...
- DEFINE A E 21
- -
- - -------------> BEST SUPPORTING ACTOR <------------
- TYPEF/CR "Jaye Davidson The Crying Game..........." CA " " %A,T "%"
- TYPEF/CR "Gene Hackman Unforgiven................" CB " " %B,T "%"
- TYPEF/CR "Jack Nicholson A Few Good Men............" CC " " %C,T "%"
- TYPEF/CR "Al Pacino Glen-garry Glen Ross......" CD " " %D,T "%"
- TYPEF/CR "David Paymer Mr. Saturday Night........" CE " " %E,T "%"
- -
- DEFINE A E 26
- -
- - -------------> BEST SUPPORTING ACTRESS <------------
- TYPEF/CR "Judy Davis Husbands and Wives....." CA " " %A,T "%"
- TYPEF/CR "Joan Plowright Enchanted April........" CB " " %B,T "%"
- TYPEF/CR "Vanessa Redgrave Howards End............" CC " " %C,T "%"
- TYPEF/CR "Miranda Richardson Damage................." CD " " %D,T "%"
- TYPEF/CR "Marisa Tomei My Cousin Vinny........" CE " " %E,T "%"
- -
- WAITCR Press carriage return to continue...
- EXIT
- ELSE
- === DEFINE ALL THE LETTERS FOR THE questions
- - You have not voted yet, enter your responses:
- -
- DEFINE A E 1
- $1 -
- - ------> BEST PICTURE <------
- - A => The Crying Game
- - B => A Few Good Men
- - C => Howards End
- - D => Scent of a Woman
- - E => Unforgiven
- -
- INPUT 1 Choose one of the above choices:
- BRNIL $1
- UPPER
- CASE A B C D E
- GOTO $2
- IS A
- ADDI 1,A
- IS B
- ADDI 1,B
- IS C
- ADDI 1,C
- IS D
- ADDI 1,D
- IS E
- ADDI 1,E
- ENDCASE
- DEFINE A E 6
- $2 -
- - --------------> BEST ACTOR <--------------
- - A => Robert Downey Jr. Chaplin
- - B => Clint Eastwood Unforgiven
- - C => Al Pacino Scent of a Woman
- - D => Stephen Rea The Crying Game
- - E => Denzel Washington Malcolm X
- -
- INPUT 1 Choose one of the above choices:
- BRNIL $2
- UPPER
- CASE A B C D E
- GOTO $2
- IS A
- ADDI 1,A
- IS B
- ADDI 1,B
- IS C
- ADDI 1,C
- IS D
- ADDI 1,D
- IS E
- ADDI 1,E
- ENDCASE
- DEFINE A E 11
- $3 -
- - --------------> BEST ACTRESS <--------------
- - A => Catherine Deneuve Indochine
- - B => Mary McDonnell Passion Fish
- - C => Michelle Pfeiffer Love Field
- - D => Susan Sarandon Lorenzo's Oil
- - E => Emma Thompson Howards End
- -
- INPUT 1 Choose one of the above choices:
- BRNIL $3
- UPPER
- CASE A B C D E
- GOTO $3
- IS A
- ADDI 1,A
- IS B
- ADDI 1,B
- IS C
- ADDI 1,C
- IS D
- ADDI 1,D
- IS E
- ADDI 1,E
- ENDCASE
- DEFINE A E 16
- $4 -
- - --------------> BEST DIRECTOR <--------------
- - A => Neil Jordan The Crying Game
- - B => James Ivory Howards End
- - C => Robert Altman The Player
- - D => Martin Brest Scent of a Woman
- - E => Clint Eastwood Unforgiven
- -
- INPUT 1 Choose one of the above choices:
- BRNIL $4
- UPPER
- CASE A B C D E
- GOTO $4
- IS A
- ADDI 1,A
- IS B
- ADDI 1,B
- IS C
- ADDI 1,C
- IS D
- ADDI 1,D
- IS E
- ADDI 1,E
- ENDCASE
- DEFINE A E 21
- $5 -
- - --------> BEST SUPPORTING ACTOR <--------
- - A => Jaye Davidson The Crying Game
- - B => Gene Hackman Unforgiven
- - C => Jack Nicholson A Few Good Men
- - D => Al Pacino Glen-garry Glen Ross
- - E => David Paymer Mr. Saturday Night
- -
- INPUT 1 Choose one of the above choices:
- BRNIL $5
- UPPER
- CASE A B C D E
- GOTO $5
- IS A
- ADDI 1,A
- IS B
- ADDI 1,B
- IS C
- ADDI 1,C
- IS D
- ADDI 1,D
- IS E
- ADDI 1,E
- ENDCASE
- DEFINE A E 26
- $6 -
- - --------> BEST SUPPORTING ACTRESS <--------
- - A => Judy Davis Husbands and Wives
- - B => Joan Plowright Enchanted April
- - C => Vanessa Redgrave Howards End
- - D => Miranda Richardson Damage
- - E => Marisa Tomei My Cousin Vinny
- -
- INPUT 1 Choose one of the above choices:
- BRNIL $6
- UPPER
- CASE A B C D E
- GOTO $6
- IS A
- ADDI 1,A
- IS B
- ADDI 1,B
- IS C
- ADDI 1,C
- IS D
- ADDI 1,D
- IS E
- ADDI 1,E
- ENDCASE
- -
- -
- === Keep a total number or responses.
- DEFINE T T 31 ; Define T to be total respondents.
- ADDI 1,T
- -
- IFYES! You only get one vote. Do you want to save these responses?
- - Saving your responses, one moment please...
- - The results of this survey will be displayed if you rerun it.
- SAVEACC
- === NOTE: You may want to change the next line or comment it out it sets a flag
- === Indicating that they took the survey.
- PSETFLG 14
- TALLYVOTE
- EXIT ; Not really necessary, but included for consistency.
- ELSE
- - Your responses have been discarded so you may vote again at your convenience.
- EXIT
- ENDIF
- ENDIF